@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	overflow-x:hidden;
	border: 0px;
	color:#383838;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	line-height: 24px;
    height: 100%;
}
a, a:active, a:visited, a:hover, a:focus {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;/*color:#000000;*/
}
a:hover {
	color:#ffffff;
}
.selectType, .selectType:active, .selectType:visited, .selectType:hover{
	color:#fdd000;
}
.unselectType, .unselectType:active, .unselectType:visited {
	color:#ffffff;
}
.unselectType.game-subtitle{
    font-size: 1.8rem;
    text-align: center;
    padding: 3px 5px 3px 13px;
}
.unselectType.game-subtitle.gamepage{
    padding: 3px 5px 3px 3px;
}
.unselectType.game-subtitle:hover {
    background: none;
}
.unselectType:hover{
    color: #fdd000 !important; 
}
.language{
	border:1px #FFF solid;
	border-radius:4px;
	padding:0 3px;
	font-size:20px;
}
.dropdown-toggle:focus {
	outline:0;
	color:#ffffff;
}
.color_blank {
	color:#000000;
}
.color_blank:hover {
	color:#000000;
}
.color_red {
	color:#428bca;
}
.color_red:hover {
	color:#428bca;
}
.font_bord {
	font-weight:600;
}
.back-to-top-btn {
    position: fixed;
    bottom: 0.5vh;
    right: 5px;
    z-index: 10;
}
.back-to-top-img{
    width: 5rem;
}
#header {
	position:absolute;
	top:0px;
	z-index:99
}
.video-hover-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(50%);
    bottom: 50%;
}
.video-hover-image img{
    width: 35vw;
}
.game-card-container{
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, auto);
    padding-left: 14vw;
    padding-right: 14vw;
    margin-bottom: 10vh;
    margin-top: 10vh;
    height: 1040px;
}
.game-card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 5rem;
    margin-bottom: 2vh;
}
.visible-mobile{
    display: inline-block !important;
}
.visible-desktop{
    display: none !important;
}
@media (hover: hover) {
    .visible-mobile{
        display: none !important;
    }
    .visible-desktop{
        display: inline-block !important;
    }
}
.game-card-content {
    background-color: #eaeef1;
    width: 100%;
    position: relative;
    height: 246px;
    top: 192px;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s;
}
.game-card-content>img {
    width: 120px;
    position: absolute;
    height: auto;
    top: -44px;
    left: 50%;
    margin-left: -60px;
}
.game-card-content div{
    height: 120%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.game-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 310px;
    height: 370px;
    transition: transform 0.3s;
    position: relative;
    flex-shrink: 0;
    margin:0 0.6vw;
    margin-bottom: 2vh;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
/* .game-card-content:hover{
    transform: translateY(-168px);
} */
.game-card-overlay{
    position: absolute;
    width: 590px;
    height: 693px;
    left: 0.1%;
    top: -4px;
    bottom: 0;
    background-color: transparent;
    z-index: 2;
    border-radius: 2.8rem;
    transition: background-color 0.4s ease;
}
.game-card-overlay.slow-emerge{
    background-color: rgba(0,0,0,0.15);
    transition: background-color 0.4s ease;
}
/* .game-card:hover {
    cursor: pointer;
    transform: scale(1.08, 1.08);
    transition: transform 0.3s;
} */
/* .game-card-blur {
    filter: blur(5px);
} */
.game-card p{
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.4rem;
    /* line-height: 3rem; */
    color: black;
}
.game-card-bg-img {
    position: absolute;
    z-index: -5;
    width: 310px;
}

.detail-btn {
    text-decoration: none;
    color: white;
    background: #84bd0b;
    font-size: 1.5rem;
    width: 13rem;
    height: 4rem;
    text-align: center;
    border-radius: 4rem;
    margin: 0 0 2rem 0;
    letter-spacing: 1px;
    padding-top: 0.8rem;
    z-index: 1;
    transition: transform 0.3s, z-index 0.1s;
}
.detail-btn:hover {
    color: white;
    background-color: #5bb027;
    transform: scale(1.05, 1.05);
    transition: transform 0.3s;
}
.detail-btn.go-forward {
    z-index: 5;
    transition: z-index 0.7s;
}
.banner-container {
    overflow:hidden;
	position:relative;
	height: 46vw;
}
.game-logo-icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 180px;
}
.game-logo-icon-container img{
    height: 120px;
    display: inline-block;
    position: relative;
    scale: 1.6;
    transition: left 0.05s ease;
}
.game-logo-icon-container img:nth-child(1){
    width: 120px;
    margin-right: 0px;
    left: -140px;
}
.game-logo-icon-container img:nth-child(2){
    width: 220px;
    margin-left: 70px;
    left: 200px;
}
#game-intro-placeholder{
    font-size: 7rem;
    line-height: 9rem;
    font-weight: 700;
    text-align: center;
    width: 100vw;
    margin: 100px 0 0 0;
}
#game-intro-placeholder.monster-intro-placeholder{
    width: 100vw;
    margin: 100px 0 0 0;
}
/* jelly */
#game-intro-placeholder #jelly-special-char{
    color: #a147b5;
}
#game-intro-placeholder .jelly-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .jelly-intro-text.highlight{
    color: #a147b5;
    transition: color 0s ease-in;
}

/* chocolate */
#game-intro-placeholder #chocolate-special-char{
    color: #1a7cc8;
}
#game-intro-placeholder .chocolate-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .chocolate-intro-text.highlight{
    color: #1a7cc8;
    transition: color 0s ease-in;
}

/* candy */
#game-intro-placeholder #candy-special-char{
    color: #fed802;
}
#game-intro-placeholder .candy-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .candy-intro-text.highlight{
    color: #fed802;
    transition: color 0s ease-in;
}

/* cookie */
#cookie-game-root-en .game-logo-icon-container img:nth-child(2){
    height: 125px;
    width: 155px;
}
#game-intro-placeholder #cookie-special-char{
    color: #65ccfc;
}
#game-intro-placeholder .cookie-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .cookie-intro-text.highlight{
    color: #65ccfc;
    transition: color 0s ease-in;
}

/* cupcake */
#game-intro-placeholder #cupcake-special-char{
    color: #5eaeee;
}
#game-intro-placeholder .cupcake-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .cupcake-intro-text.highlight{
    color: #5eaeee;
    transition: color 0s ease-in;
}

/* monster */
#game-intro-placeholder #monster-special-char{
    color: #755ced;
}
#game-intro-placeholder .monster-intro-text{
    transition: color 0.5s ease-in;
}
#game-intro-placeholder .monster-intro-text.highlight{
    color: #755ced;
    transition: color 0s ease-in;
}
.download-container{
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.game-page-download-figure {
    text-align: end;
    margin-right: 70px;
}
.game-page-download-figure:nth-child(3) {
    margin-right: 0;
}
.game-page-download-figure img {
    height: 50px;
}
.download-container-2-btn .game-page-download-figure:nth-child(1) {
    margin-right: 35px;
}
.download-container-2-btn .game-page-download-figure:nth-child(2) {
    margin-left: 35px;
    margin-right: 0;
}
.slide-show-card {
    height: 58.5vw;
    overflow: hidden;
    position: relative;
}
.slide-show-card.monster {
    height: 50vw;
    margin-top: 9vw;
}
.slide-show-card.monster .carousel-indicators {
    top: 40vw;
}
.slide-show-card.cupcake .carousel-indicators {
    top: 45vw;
}
.slide-show {
    position: relative;
    width: 100vw;
    height: 58.5vw;
}
.slide-show img{
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    height: 100%;
    z-index: -5;
    position: relative;
}
.carousel-indicators{
    top: 48vw;
}
.carousel-indicators .active{
    background-color: #f7b77c;
    border: 1px solid #f7b77c;
    width: 14px;
    height: 14px;
    margin-right: 25px;
    margin-top: 0;
}
.carousel-indicators li{
    background-color: white;
    width: 12px;
    height: 12px;
    margin-right: 25px;
}
.slide-show-text-container{
    position: relative;
    left: 62vw;
    top: -42vw;
    font-size: 3.5rem;
    line-height: 5rem;
    width: 27vw;
}
.slide-show-text-container.jelly{
    color: #4a5086;
}
.slide-show-text-container.chocolate{
    color: white;
    top: -29vw;
}
.slide-show-text-container.chocolate.slide-2{
    color: #1a7cc8;
}
.slide-show-text-container.monster {
    color: white;
}
.slide-show-text-container.monster.single-intro {
    top: -30vw;
}
.slide-show-text-container.monster.single-intro.slide-0 {
    top: -28vw;
}
.slide-show-text-container.monster.double-intro {
    top: -35vw;
    width: 32vw;
    left: 60vw;
}
.slide-show-text-container.candy {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cookie {
    color: white;
    top: -29vw;
}
.slide-show-text-container.cupcake {
    top: -27vw;
}
.slide-show-text{
    margin-bottom: 50px;
}
.slide-show-text h5{
    font-size: 5rem;
    font-weight: 600;
    margin-bottom: 30px;
}
.player-reviews-card{
    text-align: center;
    width: 100vw;
    margin: -2.7vw 0 90px 0;
}
.player-reviews-container{
    font-size: 2rem;
    padding: 0 2vw;
}
.player-reviews-card h2 {
    font-weight: 700;
    font-size: 3.8rem;
    margin: 0 0 40px 0;
    color: #a147b5;
}
.player-reviews-card.candy{
    margin-top: 0px;
}
.player-reviews-card.jelly h2 {
    color: #a147b5;
}
.player-reviews-card.chocolate h2 {
    color: #3499d9;
}
.player-reviews-card.monster h2 {
    color: #755ced;
}
.player-reviews-card.candy h2 {
    color: #fed802;
}
.player-reviews-card.cookie h2 {
    color: #65ccfc;
}
.player-reviews-card.cupcake h2 {
    color: #5eaeee;
}
#player-review-title {
    transition: scale 0.3s linear;
}
.hotline{
    font-weight: 600;
    font-size: 2.5rem;
    margin-top: 30px;
}

.contact img{
	width:100%;
    display:block;
}
.position_initial {
	position:initial;
}
.position_rela {
	position:relative;
}
.banner-container .responsive-item {
	width:100%;
	vertical-align:middle
}
.banner-container .banner-content {
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	position:absolute;
	top:50%;
	color:#fff;
	width:100%;
	margin-top:30px
}
.banner-container .banner-content h3 {
	text-align:center;
	display:inline-block;
	padding:0 20px;
	position:relative;
	top:50%;
	width:100%;
	font-size:45px;
	
		font-family: Verdana, Geneva, sans-serif; 
	font-weight:bold;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
	text-transform: uppercase;
}
#intro-text-placeholder div {
    margin:3px;
	font-size:4.5em;
	font-weight:700;
    line-height: 8rem;
	color: #434343;
}
#intro-text-placeholder .homepage-special-text {
    color: #6eb92b;
}
#intro-text-placeholder .homepage-intro-text{
    transition: color 1s ease-in;
}
#intro-text-placeholder .homepage-intro-text.highlight {
    color: #6eb92b;
    transition: color 0s ease-in;
}
.connect-container {
	width:100%;
	text-align:center;
	padding: 0;
    margin: 11rem 0 50px 0;
}
.connect-container p {
	margin:3px;
	font-size:2.5em;
	font-weight:700;
    line-height: 4.4rem;
	color: #434343;
}
.button-connect {
	border-radius:25px;
	padding:10px 15px;
	font-weight:600;
	font-size:1.8em;
	font-family: Verdana, Geneva, sans-serif;  
	text-align:center;
	text-decoration:none!important;
	
	color:white;
    background-color: #fdd000;
	display:inline-block;
	margin:50px 0 0 10px;
    width: 170px;
    scale: 1.0;
    transition: scale 0.2s ease-in-out;
}
.button-connect:hover {
	background-color:#fdc200;
    scale: 1.1;
    transition: scale 0.2s ease-in-out;
}
.button-yellow {
	border-radius:8px;
	border:2px solid #6eb92b;
	padding:5px 10px;	
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	/* 	background-color:#ffffff; */
	text-decoration:none!important;
	color:#6eb92b;
	display:inline-block;
	margin:5px 0px 8px;
}
.button-yellow:hover {
	border:2px solid #fddc3f;
	color:#fddc3f;
}
.button-about-game {
	border-radius:6px;
	border:2px solid #fddc3f;
	padding:5px 5px;
	font-weight:500;
	font-size:1em;
	text-align:center;
	/* 	background-color:#ffffff; */
	text-decoration:none!important;
	color:#fddc3f;
	display:inline-block;
	margin:5px 0 10px;
}
.button-about-game:hover {
	border:2px solid #6eb92b;
	color:#6eb92b;
}
.row {
	margin-left:0px;
	margin-right:0px;
}
.index_desc_panel {
	position:absolute;
	top:35%;
	width:80%;
	line-height:18px;
	height:128px;
	overflow: hidden;
	/* 	overflow: hidden; */
/* 	text-overflow:clip; */
	left:10%;
	z-index:99;
}
#index_desc_label {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size:1em;
	color:#6eb92b;
	line-height:18px;

}
.index_more {
	position:absolute;
	bottom:20%;
	right:10%;
	width:35px;
}
#index_desc_more {
	border-radius:4px;
	border:2px solid #6eb92b;
	background-color:#6eb92b;
	display:inline;
	padding:0px 5px 0px 5px;
	color:#fdd000;
}
.desc-title {
	padding-top:60px;
	width:100%;
	text-align:center;
	font-size:4em;
	font-weight:900;
	color:#6eb92b;
	padding-bottom:60px;
}
.news-card-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3vh;
    height: auto;
    width: 90%;
}
.news-title-figure {
    transition: transform 0.3s;
}
.news-title-figure:hover {
    transform: scale(1.1, 1.1);
    transition: transform 0.3s;
}
.news-title-container {
    grid-column: 1 / 3;
    grid-row: 1;
}
.news-date {
    grid-column: 2;
    grid-row: 1;
    font-size: 2.7rem;
    font-weight: 600;
    margin-top: 5px;
    color: #6b6b6b;
    text-align: right;
}

.news-title-container h5 {
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 3.3rem;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
}
.news-card {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    grid-template-rows: 1fr;
    border: 1px solid #787878;
    margin-top: 5vh;
    padding: 2rem 2rem 2rem 2rem;
    transition: transform 0.3s;
    height: 355px;
    width: 95%;
}
.news-card:hover {
    box-shadow: 2px 10px 30px #858585;
    cursor: pointer;
    transform: scale(1.05, 1.05);
    transition: transform 0.3s;
}
.news-preview-figure {
    grid-column: 1;
}
.news-card-preview-img {
    height: 100%;
}
.news-card-date-container {
    grid-column: 1;
    grid-row: 2;
    font-size: 2rem;
    position: relative;
}
.news-card-date-container p {
    color: #807e7e;
}
.news-card-info-container {
    display: grid;
    grid-column: 2;
    grid-template-columns: 6.7fr 1fr;
    grid-template-rows: 40px 40px 130px;
    position: relative;
}
.news-page section{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
}
.horizontal-line.news-line {
    border-top: 1.5px solid #949494 !important;
    margin-bottom: 1.5rem;
    width: 100%;
    grid-column: 1 / 3;
    grid-row: 2;
}
.news-page {
    background-color: #F7F7F7;
}
.news-summary{
    font-size: 2.6rem;
    line-height: 3.5rem;
    color: #696969;
    margin-top: 50px;
    text-align: justify;
}
.news-more-info-btn {
    background-color: #757575;
    border: none;
}
.news-bottom-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    grid-column: 1;
    grid-row: 4;
}
.news-more-info-img {
    width: 8.5rem;
}
.hide-xs { 
    display: block;
}
.show-xs {
    display: none;
}
.news-link {
    position: absolute;
    bottom: -15px;
    right: -15px;
}
.news-card-pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 3vh;
    margin-bottom: 5vh;
}
.page-btn {
    background: #F7F7F7;
    border: 1px solid gray;
    font-size: 2.3rem;
    width: 110px;
    height: 55px;
    margin-left: 1vw;
    transition: transform 0.3s;
    padding: 0;
}
.pagination-btn {
    width: 60px;
    height: 56px;
    margin-left: 1vw;
    border: none;
    border-radius: 20px;
    background-color: #d6d6d6;
    font-size: 2.5rem;
    transition: transform 0.3s;
    padding: 0;
}
.pagination-btn:hover, .pagination-btn.selected, .page-btn:hover {
    background-color: #6CB131;
    color: white;
    transform: scale(1.1, 1.1);
    transition: transform 0.3s;
}
.page-btn:disabled:hover {
    background-color: #F7F7F7;
    color: black;
    transform: scale(1, 1);
}
.more_about_panel {
	position:absolute;
	bottom:35%;
	width:100%;
	margin:0 auto;
	padding-left:5%;
	text-align:center;
	font-size:0.9em;
	left:0%;
	z-index:99;
}
.connet_us_panel {
	position:absolute;
	bottom:3%;
	width:100%;
	margin:0 auto;
	padding-left:8%;
	/* 	text-align:center; */
	text-align:left;
	font-size:1em;
	left:0%;
	z-index:99;
}
.connet_us_panel p {
	line-height:12px;
}
.connet_us_title {
	padding-bottom:6px;
	line-height:7px;
	margin-bottom:12px;
	font-weight:800;
	font-size:1.2em;
}
/* .jelly_icon */
/* { */
/* 	position:absolute; */
/* 	top:40%; */
/* 	left:25%; */
/* 	width:20%; */
/* } */
/* .jelly_and_download */
/* { */
/* 	position:absolute; */
/* 	top:50%; */
/* 	left:46%; */
/* 	width:28%; */
/* } */
/* .jelly_ios_download */
/* { */
/* 	position:absolute; */
/* 	top:41%; */
/* 	left:46%; */
/* 	width:28%; */
/* } */
.jelly_icon {
	position:absolute;
	top:40%;
	left:22%;
	width:20%;
}
.jelly_ma {
	position:absolute;
	top:45%;
	left:43%;
	width:15%;
}
.jelly_download_label {
	position:absolute;
	top:41%;
	left:44%;
	width:20%;
}
.jelly_and_download {
	position:absolute;
	top:41%;
	left:45%;
	width:28%;
}
.jelly_ios_download {
	position:absolute;
	top:51%;
	left:45%;
	width:28%;
}
.aboutgame_panel {
	position:absolute;
	top:75%;
	width:100%;
	/* 	margin:0 auto; */
	text-align:center;
	left:0%;
	z-index:99;
}

.joinus_fuli_panel {
	padding-top:50px;
	padding-bottom:20px;
}
.joinus_fuli_container {
	width:70%;
	margin-left:15%;
	text-align:center;
	padding-bottom:60px;
}
.joinus_fuli_icon {
	padding-top:40px;
	width:50%;
	max-width:150px;
}
.joinus_fuli_title {
	font-weight:900;
	font-size:1.4em;
	margin-top:10px;
	margin-bottom:5px;
	color:#7d7d7d;
}
.joinus_fuli_content {
	color:#7d7d7d;
	padding-bottom:40px;
	font-size:1em;
	margin-left:5px;
	margin-right:5px;
}
.joinus_fuli_content p {
	margin:0px;
	line-height:15px;
}
.joinus_fuli_head {
	text-align:center;
	font-weight:900;
	font-size:2.8em;
	padding-top:20px;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_fuli_head_c {
	text-align:center;
	font-weight:400;
	font-size:2em;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_fuli_head_c2 {
	text-align:center;
	font-weight:400;
	font-size:1.25em;
	color:#7d7d7d;
	line-height:35px;
}
.joinus_sweet2_panel {
	position:absolute;
	width:100%;
	top:30%;
	margin:0 auto;
}
.joinus_sweet2_panel_s {
	position:relative;
	width:90%;
	padding-top:8em;
	padding-bottom:8em;
	margin:0 auto;
	text-align:center;
}
.joinus_sweet2_content {
	position:absolute;
	width:90%;
	margin-left:5%;
	bottom:30%;
	font-size:1.4em;
	text-align:center;
	line-height:32px;
}
.joinus_sweet2_title1 {
	width:100%;
	text-align:center;
	font-weight:900;
	font-size:2em;
	color:#6eb92b;
	padding:0px;
	line-height:28px;
}
.joinus_sweet2_label1 {
	width:100%;
	text-align:center;
	font-weight:900;
	font-size:1.8em;
	padding:0px;
	line-height:18px;
}
.joinus_sweet2_title2 {
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:1.3em;
	color:#6eb92b;
	padding:0px;
	line-height:1px;
	padding-bottom:10px;
}
.joinus_sweet2_label2 {
	width:100%;
	text-align:center;
	font-weight:400;
	font-size:1.1em;
	padding:0px;
	line-height:1px;
}
.joinus_job_container {
	padding-top:20px;
	width:100%;
	padding-left:10%;
	padding-right:10%;
	text-align:center;
}
.joinus_job_title_panel {
	padding-top:60px;
	padding-bottom:20px;
}
.joinus_sweet2_panel2 {
	position:absolute;
	width:100%;
	top:46%;
	color:#fdd000;
	text-align:center;
}
.job_list {
	background-color:#ffffff;
	border:1px solid #ffffff;
	border-radius:0.5em;
	text-align:left;
	margin:10px;
	padding:10px;
}
.job_list_title {
	text-align:center;
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:20px;
	font-weight:700;
}
.game_video {
	width:100%;/* 	padding-right:40px; */
}
.job_list_content {
	width:100%;
	padding-left:10px;
	padding-right:10px;
	line-height:1.8em;
}
.color_green {
	border-radius:6px;
	border:2px solid #6eb92b;
	background-color:#6eb92b;
	color:#ffffff;
}
.news-container, .about-container, .game-container {
	background-color:#ffffff;
	width:100%;
	/* 	max-width:1600; */
	text-align:left;
	padding-left:5%;
	padding-right:5%;
}
.game-container {
	background-color:#eeeeee;
}
.news_title_panel {
	background-color:#eeeeee;
}
.newsbg_1 {
	background-color:#e5e5e5;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.newsbg_2 {
	background-color:#eeeeee;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.news_icon {
	width:100%;
	padding:20px;
}
.news_title {
	position:absolute;
	top:25%;
	left:43%;
	width:50%;
	font-size:1.2em;
	font-weight:700;
	line-height:20px;
}
.news_title_link, .news_title_link:active, .news_title_link:visited, .news_title_link:hover {
	color:#383838;
}
.news_line {
	position:absolute;
	top:37%;
	left:43%;
	width:50%;
	height:1px;
	border:none;
	border-top:1px solid #555555;
}
.news_content {
	position:absolute;
	top:56%;
	left:43%;
	width:50%;
	line-height:18px;
}
.news_date {
	position:absolute;
	padding-bottom:0px;
	margin-bottom:0px;
	top:33%;
	right:7%;
	font-size:0.8em;
}
.news_more {
	position:absolute;
	padding-bottom:0px;
	margin-bottom:0px;
	bottom:10%;
	line-height:12px;
	padding:3px;
	right:7%;
	background-color:#6eb92b;
	color:#ffffff;
	border-radius:2px;
	border:2px solid #6eb92b;
}
.news_detail_link {
	line-height:12px;
	padding:3px;
	margin-top:10px;
	margin-bottom:10px;
	right:7%;
	background-color:#6eb92b;
	color:#ffffff;
	border-radius:2px;
	border:2px solid #6eb92b;
	text-align:center;
}
.news_more:hover {
	color:#ffffff;
}
.news-detail-container {
	width:90%;
	max-width:900px;
	text-align:center;
	margin:0 auto;
	background-color:#ffffff;
	padding-top:40px;
	height:100%;
	

}
.news_detail_img {
	width:100%;
	max-width:600px;/* 	text-align:left; */
}
.news_detail_head {
	background-color:#ffffff;
	text-align:justify;
	/* 	width:90%; */
/* 	max-width:800px; */
	font-size:2.5em;
	padding-top:40px;
	padding-bottom:15px;
	font-weight:700;
	line-height:40px;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	text-align:center;
}
.news_detail_content {
	background-color:#ffffff;
	/* 	width:90%; */
/* 	max-width:800px; */
	text-align:justify;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:55px;
	font-weight:400;
}
.other_detail_content {
	background-color:#ffffff;
	/* 	width:90%; */
/* 	max-width:800px; */
	text-align:justify;
	margin:0px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:55px;
	padding-top:55px;
	font-weight:400;
	color:#7d7d7d;
}
.news_detail_head2 {
	background-color:#ffffff;
	text-align:justify;
	/* 	width:90%; */
/* 	max-width:800px; */
	font-size:1.5em;
	padding-top:5px;
	padding-bottom:5px;
	font-weight:700;
	line-height:40px;
	margin:0px;/* 	padding-left:50px; */
/* 	padding-right:50px; */
}
.news_date_sl {
	position:relative;
	width:90%;
	background-color:#dcdcdc;
	margin-left:5%;
	margin-bottom:20px;
	color:#ffffff;
}
.news_date_day_f {
	padding-left:2%;
	padding-top:8px;
	padding-bottom:8px;
	font-size:1.1em;
}
.news_date_day {
	padding-left:2%;
	margin-top:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:1.1em;
}
.news_date_year {
	position:absolute;
	top:8px;
	right:5%;
	font-size:1.1em;
}
.gamesbg_1 {
	width:100%;
	background-color:#eeeeee;
}
.gamesbg_2 {
	width:100%;
	background: url(../images/game_monsterBG.jpg) center no-repeat;
	height:100%;
}
.gamesbg_3{
	width:100%;
	background: url(../images/game_jellyBG.jpg) center no-repeat;
	height:100%;
	}
.game_jelly_desc {
	position:absolute;
	top:28%;
	left:55%;
	width:35%;
	text-align:justify;
	line-height:28px;
	font-size:1.3em;/* 	padding-top:40px; */
/* 	padding-bottom:20px; */
/* 	padding-left:40px; */
/* 	padding-right:40px; */
}
.games_download_bg {
	position:absolute;
	bottom:24%;
	width:30%;
	right:15%;
	/* 	background-color:#ffffff; */
	padding:2px;
	margin-bottom:10px;
}
.game_ma {
	width:90%;
	padding-top:4%;
	padding-left:7%;
}
.games_download_icon {
	padding-top:3px;
}
.games_download_channel1 {
	padding-left:5%;
	padding-top:4px;
}
.games_download_channel2 {
	padding-left:5%;
	padding-top:2px;
}
.player-comment-container {
	text-align:center;
	line-height:20px;
}
.player_comment_title {
	font-size:2.5em;
	padding-top:50px;
	padding-bottom:35px;
	padding-right:15px;
	font-weight:700;
	color:#707070;
}
.player_comment_content {
	font-size:1.4em;
	padding-left:15px;
	padding-right:15px;
}
.game_show_text{
	top:20%;
	left:8%;}
	.game_show_text1{
	top:27%;
	left:5%;}
.game_show_title {
	text-align:left;
	padding-left:30px;
	padding-right:30px;
	font-size:2em;
	padding-top:30px;
	padding-bottom:12px;
	font-weight:600;
	color:#fff;
}
.game_show_title1{color:#40489e;}
.game_show_content1 {
	text-align:left;
	color:#faeecc;
	font-size:1.4em;
	padding-left:30px;
	padding-right:80px;
	line-height:30px;}
.game_show_content2{
	color:#6e6e6e;}

.game_turn {
	position:absolute;
	left:47.3%;
	top:46%;
	width: 6%;
	z-index:1;
}
.game_turn_on {
	position:absolute;
	left:47%;
	top:47%;
	width:6%;
	z-index:2;
}
.game_show_panel {
	position:absolute;
	font-size:1.2em;
	left:10%;
	bottom:15%;
}
.game_kefu {
	font-weight:600;
}
.player_comment_panel_s {
	position:absolute;
	width:57%;
	text-align:right;
	left:44%;
	bottom:5%;
	line-height:18px;
}
.index_download_bg {
	position:relative;
	width:90%;
	margin-left:5%;
	margin-top:70px;
	margin-bottom:150px;
}
.about_his_panel {
	position:relative;
	background-color:#eeeeee;
	width:100%;
	padding-bottom:30px;
}
.about_his_time {
	position:absolute;
	left:15%;
	bottom:1%;
	height:30%;
	max-height:320px;
}
.about_his_time_p {
	text-align:center;
}
.align_center {
	text-align:center;
}
.about_his_time2 {
	position:absolute;
	right:15%;
	bottom:1%;
	height:95%;
}
.about_his_icon {
	width:74%;
}
.about_his_icon2 {
	padding-top:20px;
}
.about_his_short {
	width:80%;
	padding-left:10%;
	padding-right:10%;
	padding-bottom:15px;
	color:#434343;
	font-size:1.2em;
	z-index:1;
	/* text-align:justify; */
	margin:0 auto;
	max-width:1100px;
	margin-bottom:35px;
	
}
.about_his_panel2 {
	padding-top:50px;
	padding-bottom:50px;
	
	/* 	padding-right:10px; */
/* 	padding-left:10px; */
	font-size:1.3em;/* 	text-align:center; */
}
.about_his_title {
	padding-top:20px;
	font-weight:600;
	margin-bottom:0px;
}
.about_his_content {
	padding-top:5px;
	text-align:justify;
	margin-bottom:0px;
}
.about_his_time_xl {
	max-width:70px;
	padding-top:30px;
}
.about_his_time_x2 {
	position:absolute;
	right:0%;
	width:20%;
	bottom:0px;
	max-width:70px;
}
.about_his_time_x3 {
	position:absolute;
	left:0%;
	width:20%;
	top:0px;
	max-width:70px;
	padding-top:15px;
}
.travel_pos {
	position:absolute;
	left:34%;
	width:32%;
	bottom:30%;
	z-index:10;
}
.travel_pos2 {
	position:absolute;
	left:42%;
	width:16%;
	bottom:40%;
	z-index:10;
}
.rarr_style {
	font-size:20px;
	vertical-align:middle;
}
.col-sm-4, .col-sm-6, .col-xs-6, .col-xs-3, .col-xs-4, .col-xs-5, .col-sm-8, .col-sm-4, .container-fluid, .col-sm-12, .col-sm-5 {
	padding:0px;
	margin:0px;
}
.widthfull {
	width:100%;
}
.connect-label {
	font-size:1.4em;
}
.align_left {
	text-align:left;
}
.index_road_img {
	width:70%;
	max-width:350px;
}
.game_video {
	width:100%;
    height: 100%;
    object-fit: cover;
}
.help_label {
	border-radius:9px;
	border:2px solid #fdd000;/* size:20; */
}
.help_area {
	border-radius:9px;
	border:2px solid #fdd000;
}
.fullshade {
	background-color:#000000;
	left:0;
	opacity:0.5;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	z-index:5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
}
.dropdown-menu {
	top:97%;
	background-color:rgba(27, 27, 27, .5);
}
.dropdown-menu>li>a {
	color:#fff;
}
.dropdown-menu>li {
	padding-left:7px;
}


select::-ms-expand { display: none; }



.joinus_zhaopin_container {
	width:80%;
	margin-left:10%;
	text-align:left;
	padding-bottom:10px;
}
.xiaozhao_title {
	margin-top:6em;
	margin-bottom:8em;
}
.xiaozhao_title img {
	width:60%;
	margin-left:20%;
	

/* 	top:50%; */
/* 	left:50%; */
/* 	width:0.1px; */
/* 	animation:xiaozhaoani 5s; */
/* 	-moz-animation:xiaozhaoani 5s; Firefox */
/* 	-webkit-animation:xiaozhaoani 5s; Safari and Chrome */
/* 	-o-animation:xiaozhaoani 5s; Opera */
/* 	animation-fill-mode:forwards; */
}




.title_bg3 {
	width:100%;
	min-height:100px;
}
.title_bg3_label {
	position:absolute;
	width:100%;
	text-align:center;
	top:60%;
	left:0px;
	font-size:2em;
	color:#ffffff;
}
@keyframes xiaozhaoani {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-moz-keyframes xiaozhaoani /* Firefox */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-webkit-keyframes xiaozhaoani /* Safari and Chrome */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
 @-o-keyframes xiaozhaoani /* Opera */ {
0% {
top:50%;
left:50%;
width:0.1px;
}
100% {
top:0px;
left:0px;
width:100%;
}
}
.apply_button {
	border-radius:20px;
	background-color:#fdd000;
	text-align:center;
	width:180px;
	height:40px;
	line-height:40px;   
	margin:auto;
	vertical-align:middle;	
	font-size:1.25em;
}
.apply_button:hover {
	background-color:#f8c600;
}

.resume_button {
	border-radius:30px;
	background-color:#6eb92b;
	text-align:center;
	margin:auto;
	margin-left:75%;
	margin-bottom:45px;
	width:200px;
	height:50px;
	line-height:50px;
	vertical-align:middle;
	font-size:1.8em;
}
.resume_button :hover {
	background-color:#68b225;
}
.joinus_xiaozhao_head {
	text-align:center;
	font-weight:900;
	font-size:2.8em;
	color:#6eb92b;
	line-height:35px;
	margin-bottom:30px;
}
.joinus_xiaozhao_head_c2 {
	text-align:center;
   font-weight:400;
	font-size:1.25em;
	color:#6eb92b;
	line-height:20px;
	padding-top:10px;
}
.joinus_xiaozhao_table {
	margin-top:1em;
	margin-bottom:3em;
	width:100%;
	border:2px solid #ffffff;
}
.joinus_xiaozhao_table>tbody>tr>th {
	border:1px solid #eeeeee;
	background:#6eb92b;
	color:#ffffff;
	text-align:center;
}
.joinus_xiaozhao_table>tbody>tr {
	background:#ffffff;
}
.joinus_xiaozhao_table>tbody>tr>td {
	border:1px solid #eeeeee;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;/* 	color:#fffff; */
}
.joinus_xiaozhao_table>tbody>tr>td>p {
	margin:0px;
}
.xiaozhao_job_list {
	background:#ffffff;
}
.xiaozhao_job_detail {
	position:relative;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.1em;
}
.xiaozhao_title_panel {
	padding-bottom:10px;
	border-bottom:1px solid #7d7d7d;
	margin-left:10%;
	width:80%;
	margin-right:10%;
}
.xiaozhao_job_icon {
	width:8px;
	height:8px;
	margin-right:10px;
}
.xiaozhao_job_open {
	position:absolute;
	top:21px;
	right:10%;
	width:16px;
	height:16px;
}
.xiaozhao_job_content {
	margin-top:15px;
	color:#7d7d7d;
	width:80%;
	margin-left:10%;
	margin-right:10%;
	line-height:1.8em;
/* 	display:none;	font-size:0.9em; */
}
.swipe-span-down {
	transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}
.hot {
	position:absolute;
	top:20%;
	left:100%;
	width:25%;
}

.table_color {
	background:#eeeeee;
}
.custody_table {
	width:100%;
	text-align:center;
}
.custody_table table {
	border:1px solid #000000;
	margin:auto;
}
.custody_table table td {
	border:1px solid #000000;
	padding-left:20px;
	padding-right:20px;
}
.custody_table_right {
	width:60%;
}

#btnTop {
   display: none;
  position: fixed;
   bottom: 20px;
   right: 35px;
   z-index: 999;
   border: none;
   outline: none;
  background-color: #fdd000;
   color: white;
   cursor: pointer;
   padding:5px;
   border-radius:50px;
 }
 
#btnTop:hover {
   background-color: #6eb92b;
 }

 @media screen and (max-width: 2365px) {
    .popup{
        left: 41vw;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2.5fr;
        width: 100%;
        height: 330px;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 2.05rem;
    }
    .news-summary {
        margin-top: 40px;
    }
    .news-more-info-img {
        width: 6.5rem;
    }
    .news-card-info-container {
        grid-template-rows: 40px 30px 140px;
    }
}

@media (min-width:1171px) and (max-width:1900px) {
		.xiaozhao_title {
		margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
	padding:30px;
}
	.xiaozhao_bg{width:100%;}
	 .joinus_sweet2_panel {
top:20%;
}
.joinus_sweet2_content{ bottom:20%;}
 .banner-container {
min-height:325px;
overflow:hidden;
position:relative;
}
 .index_desc_panel {
top:25%;
height:108px;
overflow: hidden;
}
 .about_his_time {
bottom:5%;
height:50%;
max-height:380px;
}
 .title_bg3_label {
font-size:1.8em;
}
}
@media (min-width:991px) and (max-width:1170px) {
			 .game_show_content1 {
font-size:1.7em;
}
		
			.xiaozhao_title {
				margin-top:2em;
	margin-bottom:5em;
}
	.xiaozhao_title img {
	width:100%;
	padding:30px;
}

	 .joinus_sweet2_panel {
top:20%;
}
.joinus_sweet2_content{ bottom:20%;}
	.xiaozhao_bg{width:100%;}
			
 .banner-container .banner-content {
margin-top:10px
}
 .banner-container .banner-content h3 {
	font-size:32px;
margin-bottom:0;
}
 .banner-container .banner-content h3.title-sm {
margin-bottom:40px
}
 .desc-title {
font-size:3em;
}
 .index_desc_panel {
top:25%;
height:108px;
overflow: hidden;
}
 .newsbg_1, .newsbg_2 {
font-size:1em;
}
 .game_jelly_desc {
	 width:38%;
top:20%;
line-height:16px;
}
 .games_download_bg {
bottom:15%;
}
 .about_his_panel2 {
font-size:1.2em;
}
 .joinus_sweet2_content {
font-size:1.2em;
line-height:25px;
}
 .dropdown-menu {
top:80%;
}
 .about_his_time {
bottom:10%;
height:40%;
max-height:400px;
}
 .title_bg3_label {
font-size:1.8em;
}
}
@media (min-width:768px) and (max-width:991px) {
	
			.xiaozhao_title {
				margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
	padding:20px;
}


	.xiaozhao_bg{width:100%;
	}
		

		
 .banner-container .banner-content {
margin-top:10px
}
 .banner-container .banner-content h3 {
font-size:27px;
margin-bottom:0;
}
 .banner-container .banner-content h3.title-sm {
margin-bottom:40px
}
 .desc-title {
font-size:3em;
}
 .index_more {
bottom:10%;
}
 .more_about_panel {
bottom:35%;
text-align:center;
}
 .more_about_panel p {
display:none;
}
 .index_desc_panel {
top:25%;
height:90px;
overflow: hidden;
}
 .newsbg_1, .newsbg_2 {
font-size:1em;
}
 .news_date {
top:36%;
}
 .game_jelly_desc {
	 width:38%;
top:20%;
font-size:1em;
line-height:12px;
}
 .games_download_bg {
bottom:15%;
}
 .player_comment_content {
font-size:1em;
}
 .joinus_sweet2_panel {
top:15%;
}
 .about_his_panel2 {
font-size:1.2em;
}
 .joinus_sweet2_content {
font-size:1em;
line-height:20px;
top:30%;
}
 .game_show_content1 {
font-size:2em;
}
 .about_his_time {
bottom:10%;
height:45%;
max-height:320px;
}
 .about_his_time2 {
bottom:10%;
left:50%;
max-height:1300px;
}
 .title_bg3_label {
font-size:1.5em;
}
}
@media (max-width:767px) {
.player_comment_title{padding-bottom:12px;
}
	.xiaozhao_title {
		margin-top:2em;
	margin-bottom:4em;
}
	.xiaozhao_title img {
		width:90%;
		margin-left:5%;
	padding:0px;
}

	.xiaozhao_bg{width:100%;
	margin-top:10px;}
	.xiaozhao{width:100%;
	margin-top:10px;}
	
 .banner-container .banner-content {
margin-top:5px;
top:40%;
}
 .banner-container .banner-content h3 {
font-size:15px;
 line-height:22px; 

 
}

.connect-container p {
	font-size:14px;}
 .desc-title {
font-size:3em;
}
 .index_more {
bottom:10%;
}
 #index_desc_label {
-webkit-line-clamp: 4;

}
 .games_download_bg {
margin-bottom:40px;
position:relative;
width:100%;
padding-left:5%;
padding-right:5%;
right:0px;
}

/* 	.joinus_fuli_panel{background-color:#dcdcdc;padding-top:25px;padding-bottom:20px;} */
	.about_his_panel {
background-color:#dcdcdc;
padding-bottom:0px;
}
/* 	#joinus_fuli_panel{background-color:#ffffff;padding-top:50px;padding-bottom:0px;} */
	#about_his_short_sim {
display:none;
}
 #about_his_short, .about_his_short {
display:block;
position:relative;
color:#535353;
width:100%;
font-size:14px;
left:0px;
padding-bottom:10px;
padding-top:10px;
line-height:30px;
}
 #about_his_short2 {
padding-top:20px;
}
 .aboutgame_panel {
top:140%
}
 .game-container, .news-container, .about-container {
padding-left:0px;
padding-right:0px;
}
 body {
background-color:#ffffff;
}
 .gamesbg_1 {
background-color:#ffffff;
}
 .game_jssor_icon {
position:absolute;
top:-10%;

}
 .about_his_panel_xl1 {
width:100%;
padding-left:5%;
padding-right:5%;
}

 .about_his_panel_xl2 {
width:100%;
padding-left:5%;
padding-right:5%;
}

.about_his_short{
	font-size:1.1em;}

 .news_detail_head {
font-size:1.5em;
}
 .news_detail_head2 {
font-size:1.2em;
}
 .joinus_fuli_content {
padding-bottom:0px;
font-size:0.8em;
}
 .index_desc_panel {
top:25%;
height:72px;
overflow: hidden;
}
 .about_his_icon {
width:100%;
}
 .news_title {
position:initial;
margin-left:5%;
width:90%;
font-size:1em;
}
 .news_content {
position:initial;
margin-left:5%;
width:90%;
font-size:0.8em;
padding-bottom:20px;
}
 .newsbg_1, .newsbg_2 {
background-color:#ffffff;
padding-bottom:10px;
}
 .news_more {
bottom:0px;
font-size:0.8em;
}
 .game_jelly_desc {
	 font-size:15px;
position:initial;
margin-left:8%;
width:84%;
padding-top:30px;
padding-bottom:30px;
line-height:25px;
}
.pufa_button
{
	padding-top:20px;
	width:50%;
	max-width:180px;
}
/* 	 .game_show_content1,.game_show_content2{line-height:25px;} */
	 .player-comment-container {
padding-bottom:0px;
}
 .game_show_panel {
left:5%;
bottom:10%;

}
.game_show_content1 {
font-size:1.95em;
padding-right:37px;
line-height:28px;
}
 .game_show_title {
padding-bottom:20px;
font-size:2.1em;
}
 .game_show_title2 {text-shadow:0 0 5px #844500,
            -0 -0 5px #844500;}

.player_comment_title {
	padding-bottom:8px;
	font-size:1.8em;}
	
 .joinus_job_container {
background-color:#eeeeee;
}
 .joinus_sweet2_content {
font-size:1em;
line-height:20px;
}
 .joinus_fuli_head {
line-height:25px;
}
 .about_his_panel2 {
font-size:1em;
padding-bottom:0px;
padding-top:0px;
}
 .joinus_fuli_content p {
font-size:1.4em;
}
 .news_detail_head, .news_detail_head2, .news_detail_content {
padding-left:15px;
padding-right:15px;
}
 .news_detail_head {
line-height:18px
}
 .player_comment_content {
	 font-size:1.1em;
text-align:left;
}
 .game_kefu {
text-align:right;
}
 .joinus_zhaopin_container {
width:100%;
margin-left:0px;
}
.joinus_job_title_panel {
	padding-top:0px;

}
.job_list{ width:100%;
margin-left:0px;}

.joinus_text{width:100%;
margin-left:0px;}
.joinus_file{width:100%;
margin-left:0px;}
.resume_button{width:100%;
margin-left:0px;}
 .joinus_fuli_container {
width:100%;
margin-left:0px;
background-color:#eeeeee;
}
 .joinus_xiaozhao_head_c2 {
width:100%;
padding-left:10%;
padding-right:10%;
}
 .universityname {
color:#6eb92b;
font-weight:600;
}
 .joinus_xiaozhao_table>tbody>tr>td>p {
line-height:1.4em;
}
 .joinus_xiaozhao_table>tbody>tr>td {
padding-top:8px;
padding-bottom:8px;
}
 .table_color {
background:#ffffff;
}
 .about_his_panel {
background:#ffffff;
}
 .about_his_title {
padding-top:15px;
}
 .about_his_content {
padding-top:0px;
}
 .title_bg3_label {
font-size:1.2em;
}
 .custody_table_right {
width:20%;
}
 .hot {
position:initial;
width:20%;
}
/* 	.J_show_video{display:none;} */
/* 	.J_show_img{display:show;} */
/* 	.more_about_panel p{display:none;} */
/* 	.more_about_panel{bottom:35%; text-align:center; } */
}

@media screen and (min-width: 2100px) and (hover:hover){
    /* .game-card-content:hover{
        transform: translateY(-168px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-168px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
}

@media screen and (max-width: 2100px) and (hover:hover){
    .game-card {
        width: 310px;
        height: 550px;
        margin-bottom: 7vh;
        margin: 0 2vw;
    }
    .game-card-bg-img {
        width: 310px;
        height: auto;
    }
    .game-card-content {
        height: 228px;
        top: 166px;
    }
    .game-card-content img {
        top: -48px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-160px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
    .game-card-overlay {
        width: 499px;
        height: 587px;
        left: 0.2%;
        top: -1.3%;
        border-radius: 2.3rem;
    }
    .game-card p{
        font-size: 1.4rem;
        line-height: 2.7rem;
    }
    .game-card-container {
        height: 600px;
        padding: 0 11vw;
        /* justify-content: space-around; */
    }
    .popup {
        left: 40vw;
    }
    .game-card-text-container {
        margin-bottom: 0.5vh;
    }
    .detail-btn {
        width: 15rem;
        height: 4.5rem;
        font-size: 1.7rem;
        padding-top: 0.9rem;
    }
    .banner-container .banner-content h2 {
        font-size: 60px;
        margin-top: 0;
    }
    .back-to-top-img  {
        width: 4rem;
    }
    .slide-show-text h5 {
        font-size: 3.8rem;
    }
    .slide-show-text-container {
        font-size: 2.8rem;
        line-height: 4rem;
        width: 30vw;
    }
    .slide-show-text {
        margin-bottom: 50px;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2.3fr;
        width: 100%;
        height: 300px;
    }
    .news-summary {
        line-height: 3rem;
    }
}

@media screen and (max-width: 1800px){
    .game-card-container {
        padding: 0 4vw;
    }
    .game-card {
        margin-bottom: 7vh;
        margin: 0 1.2vw;
    }
    .news-card {
        grid-template-columns: 1fr 2fr;
        width: 100%;
        height: 300px;
    }
    .news-summary {
        font-size: 2rem;
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 1650px){
    #intro-text-placeholder div {
        font-size: 3.5em;
        font-weight: 700;
        line-height: 7rem;
    }
    .game-card-container {
        height: 1300px;
        padding: 0 3vw;
    }
    .game-logo-icon-container {
        margin-top: 140px;
    }
    .game-logo-icon-container img:nth-child(1){
        left: -100px;
        width: 100px;
        height: 100px;
    }
    .game-logo-icon-container img:nth-child(2){
        left: 120px;
        height: 100px;
        width: 180px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        height: 100px;
        width: 130px;
    }
    #game-intro-placeholder {
        font-size: 6rem;
        line-height: 7.8rem;
    }
    .download-container {
        margin-top: 60px;
    }
    .slide-show-text h5 {
        font-size: 3rem;
        margin-bottom: 15px;
    }
    .slide-show-text-container {
        font-size: 1.9rem;
        line-height: 2.9rem;
    }
    .slide-show-text-container.chocolate {
        top: -29vw;
        left: 65vw;
    }
    .slide-show-text {
        margin-bottom: 30px;
    }
    .carousel-indicators {
        margin-left: -29%;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 1.85fr;
    }
    .news-card-container {
        width: 95%;
        /* height: 1900px; */
    }
    .news-more-info-img {
        width: 5.7rem;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 1.85rem;
    }
    .news-summary {
        margin-top: 35px;
    }
    .horizontal-line.news-line {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .news-card-info-container {
        margin-top: -5px;
        grid-template-rows: 40px 20px 150px;
        grid-template-columns: 5.7fr 1fr;
    }
}

@media screen and (max-width:1445px) {
    .game-card-content>img {
        width: 80px;
        margin-left: -40px;
    }
    .game-card-content {
        height: 120px;
        top: 3px;
    }
    .game-card-content img {
        top: -68px;
    }
    #game-card-content-3 img {
        top: -38px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card {
        /* width: 430px;
        height: 502px; */
        border-radius: 17px;
        /* height: 480px; */
        margin-bottom: 2vh;
        margin-right: 0.5vw;
    }
    .game-card p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .game-card-bg-img {
        width: 430px;
    }
    .game-card-overlay {
        width: 409px;
        height: 480px;
        border-radius: 1.8rem;
        top: -0.2%;
    }
    .game-card-container {
        grid-template-columns: repeat(1, auto);
        height: 4000px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .game-card-text-container {
        margin-bottom: 1rem;
    }
    .popup {
        width: 30vw;
        left: 35vw;
    }
    .detail-btn {
        width: 9.5rem;
        height: 3.5rem;
        font-size: 1.2rem;
        padding-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .slide-show-text-container.monster.single-intro {
        left: 58vw;
    }
    .slide-show-text-container.monster.double-intro {
        left: 58vw;
        width: 35vw;
    }
    .player-reviews-card h2 {
        font-size: 3rem;
    }
    .hotline {
        font-size: 2rem;
    }
    /* news page */
    .news-card {
        grid-template-columns: 1fr 2fr;
        height: 250px;
    }
    .news-card-info-container {
        grid-template-rows: 50px 140px;
    }
    .news-title-container h5, .news-date, .news-summary {
        font-size: 1.7rem;
    }
    .news-title-container h5 {
        width: 86%;
        line-height: 2.1rem;
    }
    .news-summary {
        font-size: 1.6rem;
        line-height: 2.3rem;
        margin-top: 5px;
    }
    .news-card-preview-img {
        height: 200px;
    }
    .horizontal-line.news-line {
        display: none;
    }
    .news-date {
        margin-top: 0;
    }
    .page-btn {
        width: 100px;
        height: 40px;
        font-size: 1.8rem;
    }
    .pagination-btn {
        width: 43px;
        height: 40px;
        border-radius: 15px;
        font-size: 2rem;
    }
    @-moz-document url-prefix() { 
        .news-summary {
            line-height: 2.5rem;
        }
    }
}

@media screen and (max-width:1445px) and (hover: hover){
    .game-card p {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .game-card-content {
        height: 205px;
        top: 159px;
    }
    .game-card-content>img {
        top: -36px;
        width: 80px;
        margin-left: -40px;
    
    }
    .game-card {
        width: 265px;
        height: 470px;
    }
    .game-card-content:hover{
        transform: translateY(-160px);
    }
    .game-card-bg-img {
        width: 265px;
    }
    .game-card-container {
        /* height: 1150px; */
        grid-template-columns: repeat(4, auto);
        height: 972px;
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media screen and (max-width:1350px){
    .game-card-container {
        height: 500px;
    }
    /* .game-card {
        margin:2vh 2vw;
    } */
    .game-card-container {
        padding-left: 0.5vw;
        padding-right: 0.5vw;
    }
}

@media screen and (max-width: 1160px) {    
    /* .game-card-container { */
        /* grid-template-columns: repeat(4, auto); */
    /* } */
    .game-card {
        margin: 1vh 0.1vw;
    }
    #intro-text-placeholder div {
        font-size: 3em;
        font-weight: 600;
        line-height: 6rem;
    }
    .game-card-content {
        height: 120px;
        top: 172px;
    }
    .game-card-content img {
        top: -44px;
    }
    .game-card-content {
        height: 122px;
        top: 4px;
    }
    .game-card-content img {
        top: -60px;
    }
    /* .game-card {
        width: 249px;
        height: 297px;
        margin-bottom: 2vh;
    } */
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    /* .game-card-bg-img {
        width: 249px;
        height: auto;
    } */
    .game-card-overlay {
        width: 350px;
        height: 410px;
        border-radius: 1.5rem;
        top: -0.2%;
    }
    .game-card-container {
        height: 950px;
    }
    .game-card-text-container {
        margin-bottom: 1rem;
    }
    .popup {
        height: 75px;
        font-size: 1.8rem;
    }
    .detail-btn {
        width: 8rem;
        height: 3rem;
        font-size: 1.2rem;
        padding-top: 0.25rem;
        margin-bottom: 1rem;
    }
    /* game page */
    .game-logo-icon-container {
        margin-top: 110px;
    }
    .game-logo-icon-container img:nth-child(1) {
        width: 70px;
        height: 70px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 126px;
        height: 70px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 91px;
        height: 72px;
    }
    #game-intro-placeholder {
        width: 100vw;
        margin: 70px 0 0 0;
        font-size: 4.7rem;
        line-height: 6.5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 4.4rem;
        line-height: 6.3rem;
    }
    .game-page-download-figure img {
        height: 35px;
    }
    .slide-show-text {
        margin-bottom: 10px;
    }
    .slide-show-text-container {
        left: 57vw;
        top: -42vw;
        width: 38vw;
    }
    .slide-show-text-container.chocolate{
        width: 37vw;
        top: -31vw;
        left: 61vw;
    }
    .slide-show-text-container.jelly.slide-1, .slide-show-text-container.jelly.slide-2 {
        top: -42vw;
    }
    .slide-show-text h5 {
        font-size: 2.3rem;
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }
    .news-card-preview-img {
        height: 195px;
    }
    .news-card {
        grid-template-columns: 1fr 1.65fr;
        padding: 2rem 2rem 2rem 1.5rem;
        height: 240px;
    }
    .news-card-info-container {
        grid-template-rows: 25px 15px 150px;
    }
    .horizontal-line.news-line {
        margin-top: 1rem;
        margin-bottom: 1.5rem;
    }
    .news-summary {
        font-size: 1.5rem;
        line-height: 2.05rem;
    }
    .news-link {
        bottom: -15px;
        right: -15px;
    }
    .news-title-container {
        grid-template-rows: 30px 35px;
    }
    .news-title-container h5 {
        line-height: 2.3rem;
        margin-top: 3px;
        font-size: 1.6rem;
    }
    .news-more-info-img {
        width: 5rem;
    }
    .news-date {
        min-width: 100px;
        width: 100%;
        text-align: right;
        margin-top: 2px;
    }
}

@media screen and (max-width: 1160px) and (hover:hover) {
    .game-card p {
        font-size: 1.1rem;
        line-height: 2.8rem;
    }
    .game-card-bg-img {
        width: 249px;
        height: auto;
    }
    .game-card-container {
        grid-template-columns: repeat(4, auto);
        height: 950px;
    }
    .game-card {
        width: 249px;
        height: 297px;
        margin-bottom: 2vh;
    }
    .game-card-bg-img {
        width: 249px;
        height: auto;
    }
    .game-card-content {
        height: 196px;
        top: 148px;
    }
    .game-card-content img {
        top: -44px;
    }
    /* .game-card-content:hover{
        transform: translateY(-160px);
    } */
    .game-card:hover >.game-card-content{
        transform: translateY(-138px);
    }
    .game-card:hover > .game-card-bg-img{
        filter: blur(5px);
    }
}

@media screen and (max-width:1024px) {
    #intro-text-placeholder div {
        font-size: 2.3em;
        line-height: 5rem;
    }
    .button-connect {
        font-size: 1.5rem;
        padding: 5px 7px;
        width: 120px;
    }
    .back-to-top-btn {
        display: none;
    }
    .title-image {
        width: 400px;
    }
    .game-card-container {
        /* grid-template-columns: repeat(3, auto); */
        margin-top: 3vh;
        margin-left: 4vw;
        margin-right: 4vw;
        height: 3580px;
    }
    .game-card {
        margin-right: 2vw;
    } 
    .game-card-text-container {
        margin-bottom: 1vh;
    }
    /* .game-card-bg-img {
        width: 430px;
    } */
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 3.9rem;
        line-height: 6rem;
    }
    .detail-btn {
        width: 11rem;
        height: 3.5rem;
        font-size: 1.4rem;
        padding-top: 0.6rem;
        margin-bottom: 2rem;
    }
    .game-card-overlay {
        display: none;
    }
    .slide-show-text-container {
        width: 40vw;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
    .slide-show-text-container.chocolate {
        line-height: 2.2rem;
    }
    .slide-show-text-container.monster.single-intro {
        left: 55vw;
        top: -32vw;
        line-height: 2.2rem;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        top: -28vw;
    }
    .slide-show-text-container.monster.double-intro {
        left: 55vw;
        width: 42vw;
        line-height: 2.2rem;
    }
    .slide-show-text h5 {
        font-size: 2.1rem;
        margin-bottom: 5px;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 38vw;
    }
    .player-reviews-card {
        margin-bottom: 50px;
    }
    .player-reviews-card h2 {
        font-size: 2.5rem;
    }
    .player-reviews-container {
        font-size: 1.6rem;
    }
    .hotline {
        font-size: 1.9rem;
        margin-top: 60px;;
    }

    /* news page */
    .news-card-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .news-card {
        grid-template-rows: 188px 200px;
        grid-template-columns: 1fr;
        height: 410px;
        width: 330px;
        padding: 0 0 2rem 0;
        border: none;
        margin-right: 5px;
    }
    .news-card:hover {
        box-shadow: none;
        transform: none;
    }
    .news-card-preview-img {
        width: 330px;
        height: 188px;
    }
    .news-card-info-container{
        grid-row: 2;
        grid-column: 1;
        grid-template-columns: 1fr;
        grid-template-rows: 20px 13px 40px 75px;
        padding: 1.5rem 2rem 2rem 2rem;
        border: 1px solid #c2c2c2;
        border-top: none;
        margin-top: 0px;
    }
    .news-title-img {
        width: 300px;
    }
    .news-preview-figure {
        grid-row: 1;
    }
    .news-date {
        grid-row: 1;
        grid-column: 1;
        text-align: left;
        margin-bottom: 0;
    }
    .news-link {
        bottom: 157px;
        right: 15px;
    }
    .news-more-info-img {
        width: 3.2rem;
    }
    .news-bottom-container {
        grid-row: 2/4;
    }
    .news-title-container {
        grid-row: 3;
    }
    .news-title-container h5, .news-title-container p {
        font-size: 1.5rem;
        line-height: 2rem;
        width: 100%;
    }
    .news-title-container .news-summary  {
        font-size: 1.2rem;
        line-height: 1.4rem;
        grid-column: 1;
        grid-row: 4;
    }
    .news-title-container p {
        min-width: 90px;
        margin-top: 7px;
    }
    .news-page section {
        padding-top: 150px;
    }
    .news-card-pagination-container {
        margin-bottom: 3rem;
        position: relative;
    }
    .page-btn {
        width: 70px;
        height: 30px;
        font-size: 1.5rem;
    }
    .pagination-btn {
        width: 31px;
        height: 30px;
        border-radius: 8px;
        font-size: 2rem;
    }
    .horizontal-line.news-line {
        display: block;
    }
}

@media screen and (max-width:1024px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(3, auto);
        margin-top: 3vh;
        margin-left: 4vw;
        margin-right: 4vw;
        height: 1000px;
    }
}

@media screen and (max-width:840px) {
    .iconn{
        width: 100%;
    }
    #intro-text-placeholder div {
        font-size: 1.7em;
        line-height: 4rem;
    }
    .connect-container {
        width:100%;
        text-align:center;
        padding: 0;
        margin: 40px 0 20px 0;
    }
    .banner-container {
        min-height: 46vw;
        z-index: 5;
        margin-top: 45px;
    }
    .game-card {
        margin: 1vh 3vw;
    }
    /* .game-card {
        width: 390px;
        height: 465px;
    }
    .game-card-bg-img {
        width: 390px;
        height: 455px;
    } */
    .game-card p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.4rem;
        width: 9.5rem;
        height: 3.2rem;
        padding-top: 0.35rem;
        margin-top: 0.1rem;
    }
    .detail-btn:hover {
        transform: none;
    }
    .video-hover-image {
        bottom: -3vh;
    }
    /* game page */
    .game_turn {
        width: 40px;
        top: 38%;
        left: 46%;
    }
    .game-logo-icon-container {
        margin-top: 90px;
    }
    #game-intro-placeholder {
        font-size: 3.7rem;
        line-height: 5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 3.1rem;
        line-height: 5.3rem;
    }
    .slide-show-text h5 {
        font-size: 1.7rem;
        margin-bottom: 0;
    }
    .slide-show-text-container {
        font-size: 1.3rem;
        line-height: 2rem;
        top: -44vw;
    }
    .slide-show-text-container.chocolate {
        top: -31vw;
        line-height: 2rem;
    }
    .slide-show-text-container.monster.single-intro {
        top: -33vw;
        width: 42vw;
        line-height: 2rem;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.8rem;
    }
    .carousel-indicators {
        top: 47vw;
    }
    .carousel-indicators .active {
        width: 11px;
        height: 11px;
    }
    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    .player-reviews-card h2 {
        font-size: 2rem;
        margin-bottom: 25px;
    }
    .player-reviews-container p{
        font-size: 1.25rem;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .hotline {
        font-size: 1.6rem;
        margin-top: 40px;
    }

    .horizontal-line.news-line {
        margin-top: 0.3rem;
        margin-bottom: 1rem;
    }
    .news-more-info-img {
        width: 3.5rem;
    }
    .news-page section {
        padding-top: 80px;
    }
    .news-card {
        height: 400px;
        grid-template-rows: 160px 220px;
        width: 290px;
        margin-right: 10px;
    }
    .news-card-info-container {
        padding: 1rem 1.5rem;
        grid-template-rows: 27px 10px 40px 80px;
    }
    .news-card-preview-img {
        width: 290px;
        height: 160px;
    }
    .news-title-container h5 {
        font-size: 1.4rem;
        line-height: 1.7rem;
    }
    .news-title-container .news-summary {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }
    .news-more-info-img {
        width: 2.5rem
    }
    .news-link {
        bottom: 185px;
    }
}

@media screen and (max-width:840px) and (hover:hover) {
    .game-card-container {
        grid-template-columns: repeat(2, auto);
        height: 1400px;
    }
    .game-card p{
        font-size: 1.1rem;
        line-height: 2rem;
    }
}

@media screen and (max-width: 600px) {
    #intro-text-placeholder div {
        font-size: 1.3em;
        line-height: 3rem;
    }
    .button-connect {
        font-size: 1.2rem;
        padding: 3px 4px;
        width: 90px;
    }
    /* .game-card-container {
        padding: 0 10vw;
    } */
    .game-card {
        width: 320px;
        height: 381px;
    }
    .game-card-bg-img {
        width: 320px;
        /* height: 373px; */
    }
    .game-card-container {
        height: 3500px;
        grid-template-columns: repeat(1, auto);
        margin-left:9vw;
        margin-right: 9vw;
    }
    .game-card p{
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.4rem;
        width: 9rem;
        height: 2.8rem;
        padding-top: 0.2rem;
        margin: 0.1rem 0 1rem 0;
    }
    /* game page */
    .game-logo-icon-container img:nth-child(1) {
        width: 50px;
        height: 50px;
        left: -30px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 95px;
        height: 50px;
        left: 50px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 56px;
        height: 50px;
    }
    #game-intro-placeholder {
        font-size: 3rem;
        line-height: 4.5rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 2.8rem;
        line-height: 4.2rem;
    }
    .game-page-download-figure img {
        height: 30px;
    }
    .slide-show-text h5 {
        font-size: 1.5rem;
        margin-top: 0;
    }
    .slide-show-text {
        margin-bottom: 5px;
    }
    .slide-show-text-container {
        font-size: 1rem;
        line-height: 1.6rem;
        left: 56vw;
        top: -40vw;
        width: 44vw;
    }
    .slide-show-text-container.monster.single-intro {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.5rem;
        top: -37vw;
    }
    .slide-show-text-container.monster.double-intro p{
        margin-bottom: 0;
    }
    .slide-show-text-container.chocolate {
        line-height: 1.6rem;
    }
    .player-reviews-card h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
    .player-reviews-container p{
        font-size: 1.05rem;
        line-height: 2rem;
        margin-bottom: 5px;
    }
    .hotline {
        font-size: 1.4rem;
        margin-top: 20px;
    }
    .carousel-indicators {
        margin-left: -28%;
    }
    .news-more-info-img {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .news-date {
        margin-bottom: 0.5rem;
    }
    .news-card {
        margin-right: 0;
    }
    .news-summary {
        width: 95%;
        font-size: 1.2rem;
    }
    /* firfox support */
    @-moz-document url-prefix() { 
        .picker-container{
            bottom: 54px;
        }
        .timestamp-picker-container p {
            margin-bottom: -9px !important;
        }
        .news-card {
            grid-template-rows: 240px 240px;
            height: 480px;
            width: 420px;
        }
        .news-card-info-container {
            margin-top: 0.5px;
        }
        .news-link {
            bottom: 195px;
            right: 18px;
        }
        .game-card p {
            line-height: 2rem;
        }
    }
}
@media screen and (max-width: 480px) {
    .slide-show-text-container.cupcake{
        top: -31vw;
    }
    .slide-show-card.cupcake .carousel-indicators {
        top: 42vw;
    }
    .button-connect {
        margin-top: 20px;
    }
    .game-page-download-figure {
        margin-right: 20px;
    }
    .download-container-2-btn .game-page-download-figure:nth-child(1) {
        margin-right: 25px;
    }
    .download-container-2-btn .game-page-download-figure:nth-child(2) {
        margin-left: 25px;
    }
    .slide-show-text h5 {
        font-size: 1.3rem;
    }
    .slide-show-text-container {
        font-size: 0.9rem;
        line-height: 1.25rem;
    }
    .slide-show-text-container.monster.single-intro {
        width: 45vw;
        left: 53vw;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }
    .slide-show-text-container.monster.single-intro p {
        margin-bottom: 3px;
    }
    .slide-show-text-container.monster.double-intro {
        width: 44vw;
    }
    .carousel-indicators {
        top: 46vw;
    }
    .carousel-indicators .active {
        width: 9px;
        height: 9px;
    }
    .carousel-indicators li {
        width: 8px;
        height: 8px;
    }
    #game-intro-placeholder {
        font-size: 2.6rem;
        line-height: 4rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 2.2rem;
        line-height: 3.6rem;
    }
}

@media screen and (max-width: 430px) {
    .game-card-content div{
        height: 100%;
    }
    .game-card-content {
        top: 8px;
        height: 88px;
    }
    .game-card-content img{
        top: -70px;
    }
    #intro-text-placeholder div {
        font-size: 1em;
        line-height: 2.5rem;
    }
    #game-card-content-3 img {
        top: -60px;
    }
    .game-card {
        width: 300px;
        height: 350px;
    }
    .game-card-bg-img {
        width: 300px;
        height: 350px;
    }
    .game-card-container {
        height: 2845px;
        grid-template-columns: repeat(1, auto);
    }
    .game-card p{
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .game-card-text-container {
        margin-bottom: 0.4vh;
    }
    .detail-btn{
        font-size: 1.1rem;
        width: 8rem;
        height: 2.4rem;
        padding-top: 0.05rem;
    }
    .video-hover-image {
        bottom: -2.5vh;
    }
    /* game page */
    .game-logo-icon-container {
        margin-top: 50px;
    }
    .game-logo-icon-container img:nth-child(1) {
        width: 35px;
        height: 35px;
    }
    .game-logo-icon-container img:nth-child(2) {
        width: 60px;
        height: 35px;
    }
    #cookie-game-root-en .game-logo-icon-container img:nth-child(2){
        width: 56px;
        height: 50px;
    }
    #game-intro-placeholder {
        width: 95vw;
        margin: 30px 2.5vw 0 2.5vw;
        font-size: 2rem;
        line-height: 3rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 1.8rem;
        width: 360px;
        margin: 50px calc((100vw - 360px) / 2) 0 calc((100vw - 360px) / 2);
    }
    .slide-show-text-container.chocolate.slide-2 {
        top: -27vw;
    }
    .download-container {
        margin-top: 40px;
    }
    .game-page-download-figure img {
        height: 24px;
    }
    .slide-show-text-container {
        top: -40vw;
    }
    .slide-show-text-container.chocolate {
        line-height: 1.2rem;
    }
    .slide-show-text-container.monster.single-intro {
        line-height: 1.2rem;
        width: 47.5vw;
        left: 51vw;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        width: 43vw;
        left: 55vw;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.1rem;
        top: -34vw;
        left: 52.5vw;
        width: 47vw;
    }
    .slide-show-text h5 {
        font-size: 1.15rem;
    }
    .slide-show-text {
        margin-bottom: 10px;
    }
    .slide-show-text p {
        margin-bottom: 0;
    }
    .slide-show-card.monster .carousel-indicators {
        top: 36vw;
    }
    .player-reviews-card h2 {
        font-size: 1.4rem;
        margin-bottom: 15px;
    }
    .player-reviews-container p {
        font-size: 1rem;
        line-height: 1.7rem;
    }
    .hotline {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 395px){
    .slide-show-text-container {
        top: -44vw;
    }
    .slide-show-text-container.monster.double-intro {
        line-height: 1.1rem;
        top: -38vw;
        left: 52.5vw;
        width: 47vw;
    }
}
@media screen and (max-width: 360px) {
    .game-card-content {
        top: 1px;
        height: 75px;
    }
    .slide-show-card.cupcake .carousel-indicators {
        top: 42vw;
    }
    .game-card-container{
        height: 2410px;
        display: grid;
        grid-template-columns: repeat(1, auto);
    }
    .game-card {
        height: 317px;
        width: 266px;
    }
    .game-card img {
        width: 266px;
        height: auto;
    }
    #intro-text-placeholder div {
        font-size: 0.8em;
        line-height: 2.2rem;
    }
    .button-connect {
        font-size: 0.8rem;
        padding: 0px 4px;
        width: 60px;
    }
    .slide-show-text-container {
        top: -40vw;
    }
    .slide-show-text-container.chocolate {
        top: -31vw;
        line-height: 1.15rem;
        left: 60vw;
        width: 39vw;
    }
    .slide-show-text-container.monster.single-intro {
        line-height: 1.1rem;
        top: -29vw;
        left: 54vw;
        width: 46vw;
    }
    .slide-show-text-container.monster.single-intro.slide-0 {
        top: -27vw;
        width: 45vw;
        left: 55vw;
    }
    .slide-show-text-container.monster.single-intro.slide-1 {
        top: -33vw;
        line-height: 1rem;
    }
    .carousel-indicators {
        top: 45vw;
    }
    #game-intro-placeholder {
        font-size: 1.8rem;
    }
    #game-intro-placeholder.monster-intro-placeholder{
        font-size: 1.5rem;
        line-height: 2.5rem;
        width: 300px;
        margin: 50px calc((100vw - 300px) / 2) 0 calc((100vw - 300px) / 2);
    }
    .slide-show-text-container.chocolate.slide-2 {
        top: -31vw;
    }
    .news-title-img {
        width: 280px;
    }
}